Re: [INTERFACES] Re: I am facing a difficult problem.. - Mailing list pgsql-interfaces

From Ari Halberstadt
Subject Re: [INTERFACES] Re: I am facing a difficult problem..
Date
Msg-id v04003a00b324eac66ddf@[192.168.1.2]
Whole thread Raw
In response to Re: [INTERFACES] Re: I am facing a difficult problem..  (Adam Haberlach <haberlaa@ricochet.net>)
List pgsql-interfaces
I asked recently about a similar problem. PosgreSQL limits rows to 8191
bytes. A solution is to split the data into segments. My application is a
bulletin board and messages can be pretty long. The data are split into
separate rows and are broken on word boundaries to keep the split clean
(and facilitate full-text searching if it were hosted with, say, Oracle
8i). Notice that you are also limited by query length. The code (in Java)
for doing the split turned out to be a bit involved.

>On Mon, Mar 29, 1999 at 06:25:13AM +0000, Constantin Teodorescu wrote:
>    It would depend upon your database.  I'm handling a bug database
>with some rather large text fields.  If someone pastes 8k of text into
>one of them, the INSERT statement will fail for that reason.
>    I would like to know if there is a simple solution to this as well,
>or if it will be addressed in the future.  I do have other options, but
>they entail shuffling a lot of legacy data around.


-- Ari Halberstadt mailto:ari@shore.net <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>



pgsql-interfaces by date:

Previous
From: Chairudin Sentosa
Date:
Subject: Update Postgresql auto from SQL Server 6.5
Next
From: ht
Date:
Subject: Help Delphi 2